cody - HTMLify profile

cody
4270 Files
636132 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/62 - IP Address Tracker
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
type="image/png"
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
type="image/png"
const ipAddress = document.getElementById("dyn-ip");
const ipLocation = document.getElementById("dyn-loc");
const timezone = document.getElementById("dyn-tzone");
const isp = document.getElementById("dyn-isp");
const input = document.getElementById("input-value");
var mymap = L.map("map");
const ipLocation = document.getElementById("dyn-loc");
const timezone = document.getElementById("dyn-tzone");
const isp = document.getElementById("dyn-isp");
const input = document.getElementById("input-value");
var mymap = L.map("map");